home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 15d.dir / 00020.ls < prev    next >
Encoding:
Text File  |  1999-04-27  |  143 b   |  11 lines

  1. on mouseUp
  2.   global framefrom
  3.   puppetSound("buttonSound")
  4.   updateStage()
  5.   if framefrom then
  6.     go(framefrom)
  7.   else
  8.     go(1)
  9.   end if
  10. end
  11.